<?xml version="1.0" encoding="UTF-8"?>
<createShipmentRequest>
    <integrationHeader>
        <transactionId>BCMYH-ZOOFY-XPRKB-FKCCT-WWUTF-ZN</transactionId>
        <applicationId>INTERSOFT</applicationId>
        <userId>Intersoft1</userId>
        <password>Testing@1</password>
    </integrationHeader>
    <shipment>
        <shipper>
            <shipperCompanyName>Intersoft</shipperCompanyName>
            <shipperAddressLine1>Blays House</shipperAddressLine1>
            <shipperAddressLine2>Address 2</shipperAddressLine2>
            <shipperAddressLine3>Wick Road</shipperAddressLine3>
            <shipperCity>Egham</shipperCity>
            <shipperCounty>County</shipperCounty>
            <shipperCountryCode>GB</shipperCountryCode>
            <shipperPostCode>TW20 0HJ</shipperPostCode>
            <shipperContactName>Tom Hiddleston</shipperContactName>
            <shipperPhoneNumber>02084561235</shipperPhoneNumber>
            <shipperVatNumber></shipperVatNumber>
            <shipperEmailAddress>testingcustomer@intersoft.co.uk</shipperEmailAddress>
            <shipperReference>REF17090901</shipperReference>
            <shipperDeptCode></shipperDeptCode>
        </shipper>
        <destination>
            <destinationCompanyName>Destination Company Name</destinationCompanyName>
            <destinationAddressLine1>Unit G Kingsway Business Park </destinationAddressLine1>
            <destinationAddressLine2>Destination Address 2</destinationAddressLine2>
            <destinationAddressLine3>Destination Address 3</destinationAddressLine3>
            <destinationCity>London</destinationCity>
            <destinationCounty>Surrey</destinationCounty>
            <destinationCountryCode>GB</destinationCountryCode>
            <destinationPostCode>TW12 3YY</destinationPostCode>
            <destinationContactName>Destination Contact</destinationContactName>
            <destinationPhoneNumber>01234544307777</destinationPhoneNumber>
            <destinationVatNumber>DestinationVAT</destinationVatNumber>
            <destinationEmailAddress>testingcustomer@intersoft.co.uk</destinationEmailAddress>
        </destination>
        <shipmentInformation>
            <shipmentDate>{{DateStamp}}</shipmentDate>
            <serviceCode>DP11</serviceCode>
            <preAllocatedTrackingNumber></preAllocatedTrackingNumber>
            <offLineShipment>
                <trackingNumber>TRACK18090017</trackingNumber>
                <itemId></itemId>
                <carrierCode>DPD</carrierCode>
                <status></status>
            </offLineShipment>
            <serviceOptions>
                <postingLocation>9000257150</postingLocation>
                <serviceLevel>01</serviceLevel>
                <serviceFormat>P</serviceFormat>
                <safePlace></safePlace>
                <serviceEnhancements>
                    <serviceEnhancementCode>6</serviceEnhancementCode>
                    <serviceEnhancementCode></serviceEnhancementCode>
                </serviceEnhancements>
            </serviceOptions>
            <totalPackages>1</totalPackages>
            <totalWeight>4</totalWeight>
            <weightId>K</weightId>
            <unitOfMeasurement>C</unitOfMeasurement>
            <product>DOX</product>
            <descriptionOfGoods>Apple Products</descriptionOfGoods>
            <declaredValue>900</declaredValue>
            <declaredCurrencyCode>GBP</declaredCurrencyCode>
            <terms></terms>
            <labelImageFormat>PDF</labelImageFormat>
            <shipmentAction>Allocate</shipmentAction>
            <packages>
                <package>
                    <packageId>1</packageId>
                    <weight>1</weight>
                    <length>1</length>
                    <width>20</width>
                    <height>30</height>
                </package>
            </packages>
            <itemInformation>
                <packageId>1</packageId>
                <itemHsCode>122222</itemHsCode>
                <itemDescription>RJR John Jacket1</itemDescription>
                <itemQuantity>2</itemQuantity>
                <itemValue>0.045</itemValue>
                <itemCOO>CN</itemCOO>
                <itemSku>SKU122</itemSku>
                <itemNetWeight>1</itemNetWeight>
                <imageURL></imageURL>
            </itemInformation>
            <itemInformation>
                <packageId>1</packageId>
                <itemHsCode>2333333</itemHsCode>
                <itemDescription>John Rocha2</itemDescription>
                <itemQuantity>1</itemQuantity>
                <itemValue>2.25</itemValue>
                <itemCOO>GB</itemCOO>
                <itemSku>SKU233</itemSku>
                <itemNetWeight>1</itemNetWeight>
                <imageURL></imageURL>
            </itemInformation>
            <itemInformation>
                <packageId>1</packageId>
                <itemHsCode>3444444</itemHsCode>
                <itemDescription>Dress3</itemDescription>
                <itemQuantity>1</itemQuantity>
                <itemValue>4.5</itemValue>
                <itemCOO>GB</itemCOO>
                <itemSku>SKU344</itemSku>
                <itemNetWeight>1</itemNetWeight>
                <imageURL>http://www.gstatic.com/webp/gallery/2.jpg</imageURL>
            </itemInformation>
        </shipmentInformation>
    </shipment>
</createShipmentRequest>